From: Michael Albinus Date: Sat, 24 Jul 2021 16:49:57 +0000 (+0200) Subject: Fix last commit in tramp.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1962 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0c77d1d2ca9a20d4b77a1228ee8f6e9aac64063a;p=emacs.git Fix last commit in tramp.el --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 24953f751e9..59c4f33f5ef 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -701,7 +701,7 @@ The regexp should match at end of buffer." ;; Yubikey requires the user physically to touch the device with their ;; finger. We must tell it to the user. (defcustom tramp-yubikey-regexp - (regexp-quote "Confirm user presence for key .*") + "Confirm user presence for key .*" "Regular expression matching yubikey confirmation message. The regexp should match at end of buffer." :version "28.1"